home *** CD-ROM | disk | FTP | other *** search
/ Hyper Erect Magazine / Hyper Erect Magazine - Disc 1.iso / pc / p_bro_m.dxr / 00015_AUTO.ls < prev    next >
Encoding:
Text File  |  1997-04-12  |  190 b   |  9 lines

  1. on mouseDown
  2.   global gslidetime
  3.   set the visible of sprite (the clickOn + 5) to 1
  4.   set the visible of sprite 48 to 1
  5.   updateStage()
  6.   set gslidetime to the ticks + 120
  7.   go("SLIDE")
  8. end
  9.